/* PADDINGS BOTTOM*/
.mb-0{
    padding-bottom: 0rem !important;
}

.pb-1{
    padding-bottom: 1rem !important;
}

.pb-2{
    padding-bottom: 2rem !important;
}

.pb-3{
    padding-bottom: 3rem !important;
}

.pb-4{
    padding-bottom: 4rem !important;
}

.pb-5{
    padding-bottom: 5rem !important;
}
/* PADDINGS TOP*/

.pt-0{
    padding-top: 0rem !important;
}

.pt-1{
    padding-top: 1rem !important;
}

.pt-2{
    padding-top: 2rem !important;
}

.pt-3{
    padding-top: 3rem !important;
}

.pt-4{
    padding-top: 4rem !important;
}

.pt-5{
    padding-top: 5rem !important;
}

/* PADDINGS LEFT*/

.pl-0{
    padding-left: 0rem !important;
}

.pl-1{
    padding-left: 1rem !important;
}

.pl-2{
    padding-left: 2rem !important;
}

.pl-3{
    padding-left: 3rem !important;
}

.pl-4{
    padding-left: 4rem !important;
}

.pl-5{
    padding-left: 5rem !important;
}

/* PADDINGS RIGHT*/

.pr-0{
    padding-right: 0rem !important;
}

.pr-1{
    padding-right: 1rem !important;
}

.pr-2{
    padding-right: 2rem !important;
}

.pr-3{
    padding-right: 3rem !important;
}

.pr-4{
    padding-right: 4rem !important;
}

.pr-5{
    padding-right: 5rem !important;    
}